get /cloud/details
List Cloud Details(listCloudDetails)
Lists the cloud details.
Consumes
This API call consumes the following media types via the Content-Type request header:
- application/json
Return type
array[CloudDetails]
name (optional) |
String
|
credentialsId (optional) |
String |
_type |
String |
Example data
Content-Type: application/json
[ {
"name" : "userCloud1@east-us",
"_type" : "AwsCloudDetails",
"credentialsId" : "credId1"
}, {
"name" : "userCloud2@east-us",
"_type" : "AwsCloudDetails",
"credentialsId" : "credId2"
]
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
- application/json
Responses
200
OK
Default
Error ErrorInfo
errorCode (optional) |
String |
url(optional) |
String |
message (optional) |
String |